Used to filter files in the interface. More...
Public Member Functions | |
FileFilter () | |
FileFilter (const FileFilter &other) | |
~FileFilter () | |
Public Attributes | |
nkMemory::Strring | _label |
The label shown for the filter in the interface. | |
nkMemory::Strring | _extension |
The extensions filtered by the filter. | |
Used to filter files in the interface.
nkWinUi::FileExplorer::FileFilter::FileFilter | ( | ) |
Default constructor.
nkWinUi::FileExplorer::FileFilter::FileFilter | ( | const FileFilter & | other | ) |
Copy constructor.
other | The filter to copy. |
nkWinUi::FileExplorer::FileFilter::~FileFilter | ( | ) |
Destructor.